From: Richard M. Stallman Date: Sun, 16 Dec 2001 20:01:48 +0000 (+0000) Subject: (Frecenter): Clear display_error_modiff field. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59771 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0fa5d25b19cc2fdb0b73f10855e515e26be1b54f;p=emacs.git (Frecenter): Clear display_error_modiff field. --- diff --git a/src/window.c b/src/window.c index 6ee3086d616..36a9419c138 100644 --- a/src/window.c +++ b/src/window.c @@ -4530,6 +4530,9 @@ and redisplay normally--don't erase and redraw the frame. */) int center_p = 0; int charpos, bytepos; + /* If redisplay is suppressed due to an error, try again. */ + obuf->display_error_modiff = 0; + if (NILP (arg)) { int i;